This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: No, this is not about save conflicts! Please give your opinion here, Andre. ~Umberto Nongeroson 10.Oct.03 03:22 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
I'm not going to spend time trying to prove whether this a bug myself, but if you can prove it I will write the SPR. If you try the code I posted and it doesn't help, then we can talk.
It's not entirely clear what's happening behind the scenes. You think that Notes is "fetching" the document when you call GetNextDocument. I think it's possible that when transaction logging is used, Notes is fetching all the documents when you do the query that creates the collection, and holding them all in memory until you ask for them. So, edits that happen between the time you enter the loop and the time you "get" the document, are not reflected in the document that you end up with. However, the Save method should still notice whether the document you are saving is in conflict with the document on disk, and you should still be able to fetch the current version of the document and repeat your changes on that.